home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / python-1.3 / demo / scripts / readme < prev    next >
Encoding:
Text File  |  1996-07-16  |  906 b   |  20 lines

  1. This directory contains a collection of executable Python scripts.
  2.  
  3. fact.py            Factorize numbers
  4. from.py            Summarize mailbox
  5. ftpstats.py        Summarize ftp daemon log file
  6. lpwatch.py        Watch BSD line printer queues
  7. markov.py        Markov chain simulation of words or characters
  8. mboxconvvert.py        Convert MH or MMDF mailboxes to unix mailbox format
  9. morse.py        Produce morse code (audible or on AIFF file)
  10. mpzpi.py        test mpz -- print digits of pi (compare pi.py)
  11. pi.py            Print all digits of pi -- given enough time and memory
  12. pp.py            Emulate some Perl command line options
  13. primes.py        Print prime numbers
  14. script.py        Equivalent to BSD script(1) -- by Steen Lumholt
  15. unbirthday.py        Print unbirthday count
  16. update.py        Update a bunch of files according to a script.
  17. sum5.py            Print MD5 checksum for files
  18. pdeps.py        Find dependencies between a bunch of Python modules.
  19. pystone.py        Python Dhrystone ('pystone') benchmark program.
  20.